home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / a86v302a.arc / 01INTRO.DOC < prev    next >
Encoding:
Text File  |  1987-04-08  |  14.5 KB  |  303 lines

  1. CHAPTER 1   INTRODUCTION AND LEGAL TERMS                  1-1
  2.  
  3.  
  4. Introduction
  5.  
  6. A86 is the finest assembler available, at any cost under any 
  7. terms, for the 86-family of microprocessors (IBM-PC, compatibles, 
  8. and not-so-compatibles).  In contrast to software firms who 
  9. attempt to restrict the distribution of their products via 
  10. protection-schemes, I encourage free distribution, and trust that 
  11. those who use my products will pay for them.  
  12.  
  13. Please keep in mind the fundamental good spirit of free-
  14. distribution software as you endure the following barrage of 
  15. legalities.  Then evaluate the outstanding value that the A86 
  16. package offers you.  I assure you that you will not be 
  17. disappointed.  
  18.  
  19.  
  20. Legal Terms and Conditions 
  21.  
  22. This package is provided to you under the following conditions: 
  23.  
  24. 1. You may copy this entire package, and give it to anyone who 
  25.    accepts these terms.  The copies you distribute must be 
  26.    complete and unmodified.  You do not have to be registered to 
  27.    distribute this package.  
  28.  
  29. 2. You may execute the programs in this package, in order to 
  30.    evaluate them.  If you decide that any of this package is of 
  31.    use to you, you must become a registered user by sending $40 
  32.    US to: 
  33.  
  34.       Eric Isaacson
  35.       416 E. University Street
  36.       Bloomington, IN 47401 
  37.  
  38.    For your convenience, I now accept Visa and MasterCard, by 
  39.    telephone.  My number is (812)339-1811.
  40.  
  41.    Registered users may order update-diskettes (5.25 inch, double 
  42.    density) for $10 US, or $12 US if you are overseas. (In other 
  43.    words, send $50, $52 if overseas, if you want to register and 
  44.    get an update-diskette.)  Once you register for this package, 
  45.    you are entitled to a life-time of updates of this package, at 
  46.    $10 or $12 each, as long as I am in business and willing to 
  47.    cash your checks.  (Well, let's make that 1987-dollars.  If 
  48.    rampant inflation sets in, I reserve the right to raise prices 
  49.    accordingly.)  Indiana residents add sales tax.  
  50.  
  51.    I have a combination offer for the A86 and D86 packages.  
  52.    Instead of $40 + $40 = $80, I charge $70 for both; $80 for 
  53.    both with an update.  
  54.  
  55.    You need to get an update disk to get the tool A86LIB 
  56.    available only to registered users.  So almost all of you 
  57.    should send $50 for A86, $80 for both A86 and D86.
  58.                                                           1-2
  59.    Educational institutions and training facilities MUST be 
  60.    registered in order to use A86 in courses.  Contact me for 
  61.    special terms.  
  62.  
  63.    Companies and government agencies MUST be registered in order 
  64.    to use A86 for their work.  Again, contact me for special 
  65.    terms.  
  66.  
  67. 3. You may not sell this package to anyone.  If you distribute 
  68.    this package on a diskette, any fees you collect must be 
  69.    specified as materials/handling, and may not exceed $10 for 
  70.    the diskette.  
  71.  
  72. 4. You are completely responsible for determining the fitness or 
  73.    usability of this package.  I will not be liable for any 
  74.    damages, of any kind, arising from any failure of any programs 
  75.    in this package to perform as expected.  
  76.  
  77. 5. You must be a registered user to sell or distribute any 
  78.    programs that you have written or modified using this 
  79.    assembler.  If you do sell or distribute such programs, you 
  80.    must insure that your registered name (company or individual) 
  81.    will always be distributed with the program, so that I can 
  82.    verify your registration.  Any individual or company found to 
  83.    be violating these terms will be liable for triple 
  84.    registration fees for every machine they own capable of 
  85.    running my assembler (plus any legal and court costs).  
  86.  
  87. 6. This assembler uses a code-generation "footprint" that will 
  88.    enable me to tell, and to demonstrate in a court of law, if a 
  89.    non-trivial object file has been produced by my assembler.  
  90.    The specification for this "footprint" is sufficiently obscure 
  91.    and complicated that it would be impossible to duplicate by 
  92.    accident.  I claim exclusive rights to the particular 
  93.    "footprint" I have chosen, and prohibit anyone from 
  94.    duplicating it.  This has at least two specific implications: 
  95.  
  96.    a. Any assembler that duplicates the "footprint" is mine.  If 
  97.       it is not identified as mine and issued under these terms, 
  98.       then those who sell or distribute the assembler will be 
  99.       subject to prosecution.  
  100.  
  101.    b. Any program marked with the "footprint" has been produced 
  102.       by my assembler.  It is subject to condition 5 above.  
  103.  
  104.    *** NOTE: If you have the impression that the "footprint" adds 
  105.        bytes to your program file, you are wrong.  You retain 
  106.        complete control over the object code generated.  A86 
  107.        takes advantage of situations in which more than one set 
  108.        of object codes can be generated for a given instruction: 
  109.        the "footprint" consists of a complicated mix of choices 
  110.        in such situations.  
  111.                                                           1-3
  112. Overview of A86
  113.  
  114. A86 accepts assembly-language source files, and transforms them 
  115. directly into either: (1) .COM files executable under MS-DOS, 
  116. starting at offset 0100 within a code segment; (2) .OBJ files 
  117. suitable for feeding to a linker; or (3) object files starting at 
  118. offset 0, suitable for copying to ROMs.  A86 is a full-featured, 
  119. professional-quality program. I designed A86 to be as closely 
  120. compatible to the standard Intel/IBM assembly language as 
  121. possible, given that I insisted upon making design and language 
  122. enhancements necessary to make A86 the world's finest assembler.  
  123. Some of A86's most notable features are: 
  124.  
  125. * A86 is blazingly fast.  Don't believe the advertisements of 
  126.   that other, big company.  THIS is the fastest MSDOS macro 
  127.   assembler, bar none.  In the best conditions (large program, 
  128.   8MHz AT, hard or RAM drive, contiguous files) A86 assembles at 
  129.   a rate of over a thousand lines per second.  That's per second.  
  130.   NOT per minute, per second.  
  131.  
  132. * A86 is simple to use.  You can feed it a program containing 
  133.   just machine instructions, without the red-tape (NAME, ASSUME, 
  134.   SEGMENT PARA PUBLIC, PROC, ENDP, END, PUBLIC, EXTRN, etc. etc.) 
  135.   necessary with other assemblers.  The output of A86 can be a 
  136.   .COM file, ready to execute immediately.  You don't have to go 
  137.   through a linker.  Or, if you want to go through a linker, A86
  138.   will produce a correct .OBJ file even if no red-tape directives 
  139.   are given-- the default settings are compatible with most high-
  140.   level languages.  (If you have programs written for that other 
  141.   assembler containing the red-tape directives, you may leave 
  142.   them in: A86 knows about them, and is programmed to act upon
  143.   them when assembling .OBJ files, and ignore them if assembling
  144.   .COM files.) 
  145.  
  146. * In spite of its simplicity, A86 encourages modular programming, 
  147.   even in its .COM mode, with separately-developed source files.  
  148.   This is because A86 assembles multiple source files in its 
  149.   invocation line; and because A86 assembles source files faster 
  150.   than other people's linkers can link their object files.  You 
  151.   get all the advantages of relocation/linkage systems (building 
  152.   up libraries of reliable program modules that you can piece 
  153.   together), without the disadvantages (excessive, time-and-
  154.   source-code-wasting, confusing red tape).  
  155.  
  156. * A86 has ample capacity for really large programming projects.  
  157.   Its symbol-table capacity is approximately 1500 10-letter 
  158.   symbols, plus room for 8K-bytes of compressed macro-definition 
  159.   text.  (10 letters is an average symbol length; A86 recognizes 
  160.   up to 127 letters in a symbol.) Plus, A86's generic local-label 
  161.   facility effectively doubles your symbol table capacity.  
  162.  
  163. * A86 has language extension features that, once you start using, 
  164.   you'll never want to do without.  These include multiple 
  165.   operands to PUSH and POP; conditional returns; MOV from one 
  166.   segment register to another; assembly-time assertion checking; 
  167.   based structures; and IF (flag) (statement).  
  168.                                                           1-4
  169. * A86's macro-processor is the best, achieving an optimal balance 
  170.   between ease of use and raw power.  Its looping and text 
  171.   concatenation abilities let you define sophisticated macros, 
  172.   whose calls look just like the machine instructions that 
  173.   surround them; without the clumsy invocation-syntax required by 
  174.   other macro-processors of A86's power.  
  175.  
  176. * A86 provides clear, English error messages, given right at the 
  177.   point in the source code where A86 detected the error.  The 
  178.   messages are actually inserted into your source file, where you 
  179.   can read them and correct your code at the same time.  You can 
  180.   remove the messages yourself, or A86 will remove them for you 
  181.   when it reassembles the file.  (Fear not: your original source 
  182.   is preserved in x.OLD if you want it.  Or you can disable this 
  183.   feature and send error messages to a .ERR file.) 
  184.  
  185. * A86 provides a full complement of assembly-time expression 
  186.   arithmetic operators, compatible with Intel/IBM assemblers.  
  187.   A86 also provides 4-function floating-point arithmetic in 
  188.   assembly-time expressions used for floating-point 
  189.   initializations (an A86-exclusive feature).
  190.   
  191. * A86 assembles the floating-point instruction set of the 
  192.   8087/287, and the extended instruction set of the 186/286/NEC 
  193.   series.  This now includes the NEC-unique instructions, which I 
  194.   had been unaware of until somebody pointed them out to me.  
  195.  
  196. * A86 has a built-in source-file library feature.  Any undefined 
  197.   symbols in your program are automatically searched for in a 
  198.   special library file A86.LIB, and the associated source files 
  199.   are automatically assembled.  This makes access to library 
  200.   routines as effortless as it is in the "C" programming 
  201.   language.  A sample A86.LIB file is included in this package 
  202.   for your evaluation, but you'll have to register to obtain the 
  203.   tool A86LIB, with which you can create your own library files. 
  204.  
  205. * A86 works with an associated symbolic debugger, D86, to make 
  206.   the finest development environment available for the PC.  See 
  207.   the D86 package, available now, for the details of its 
  208.   wonderful features.  
  209.  
  210.                    
  211. Who IS That Guy?
  212.  
  213. For those of you who wish to know what credentials I have for 
  214. producing programs that meet the above claims, let me tell you 
  215. who I am.  I am an independent software consultant.  I have 
  216. worked with Intel microprocessors since the early days of the 
  217. 8080.  As an employee of Intel, I was a part of the two-man team 
  218. that implemented the first ASM86 assembler.  I am one of the 
  219. world's leading authorities on the entire 86-family of 
  220. microcomputers, having completed numerous major projects 
  221. involving the 8086, and 80186, and the 80286.  I just completed 
  222. a book on the 386/387 architecture, to be published in late July 
  223. by Wiley and Sons.    
  224.                                                           1-5
  225. A86 and D86 themselves are mature, solid programs.  They have 
  226. been in existence for 3 years, running first under my own, 
  227. proprietary operating system; then later under the Xenix 
  228. operating system on Altos computers, used by myself and my 
  229. clients.  
  230.  
  231. Although I have been unknown to the world of the IBM-PC until 
  232. A86, I intend to change all that in the next couple of years.  
  233. Peter Norton, watch out.
  234.  
  235.  
  236. Support Your Local Bulletin Board 
  237.  
  238. Bob Breedlove, a BBS Sysop in California, sent me a suggestion 
  239. with his registration: that I do something to support Sysops, 
  240. since they are distributing my software for me.  Good point, Bob.  
  241. Let me try this experiment (but I reserve the legal right to 
  242. cancel this offer at any time, without notice): if anybody who 
  243. registers wishes to support the BBS from which they obtained my 
  244. program, they should tell me the name and phone number of the BBS 
  245. when they register.  They should also leave a message to the 
  246. Sysop that they have done so, so the Sysop can contact me with 
  247. his/her address.  If I receive 5 registrations naming a 
  248. particular BBS, I'll award a free registration to the Sysop-- the 
  249. Sysop can designate who the registration is for; or (if the Sysop 
  250. has already paid for a registration) he/she can elect to receive 
  251. a cash refund.  For each subsequent 5 registrations, I'll send 
  252. the Sysop a cash rebate equal to one half the registration fee.  
  253. Sorry, no bonuses for less than 5 registrations; I don't want to 
  254. be swamped with paperwork.  
  255.  
  256.  
  257. How to Get in Touch With Me
  258.  
  259. For earlier versions of A86, I didn't give out my telephone 
  260. number, because I was afraid that all my time would be chewed 
  261. up giving telephone support.  But then I attended a convention 
  262. of shareware programmers, in which the Big Boys (Wallace, 
  263. Button, Magee, etc.) unanimously agreed that a product needs 
  264. telephone support to be successful.  I'm still not completely 
  265. convinced for my case; assembly langauge is so complicated that 
  266. it would be pretty easy to abuse support privileges.  But almost 
  267. everybody who has called directory assistance and then phoned me 
  268. anyway has provided me with useful inputs with their problems.  
  269. Also, now that I accept credit cards, there's a financial 
  270. interest in giving people increased access to me.  So I'll field 
  271. questions from REGISTERED users (and you can register on the 
  272. spot, with a credit card).  As one of the Big Boys says, I 
  273. reserve the right to withhold support of you are obnoxious about 
  274. it.
  275.                                                           1-6
  276. So now your choices for contacting me are:
  277.  
  278. 1. Phone me by voice at (812)339-1811.  Have your credit card 
  279.   ready if you haven't registered yet.  If you get an answering 
  280.   machine, give your card number, expiration date, name as it 
  281.   appears on the card, address, city, state, zip, phone number 
  282.   with area code, which product or products your are registering 
  283.   for, and the amount.  If you would like me to return your long-
  284.   distance call, specify whether you want me to call collect, or 
  285.   to add the charges to your credit card. 
  286.   
  287. 2. Write to me.  Please enclose a stamped-self-addressed envelope 
  288.   if you want a reply.  
  289.   
  290. 3. Leave me bulletin-board mail, on the Bloomington PC-Link 
  291.   Central bulletin board, at (812)335-7252; or Indiana On-Line, 
  292.   at (812)332-7227.  I'll reply on the same board. 
  293.  
  294. PLEASE contact me if you find bugs in my programs; I'll fix them! 
  295. It's very frustrating to hear about people telling each other 
  296. about bugs, and not telling me.  I still await your bug list, 
  297. Greg Wettstein. 
  298.  
  299.  
  300.  
  301.  
  302.  
  303.